﻿2026-06-22T01:06:43.6283001Z Current runner version: '2.335.1'
2026-06-22T01:06:43.6287574Z Runner name: 'kitsubito'
2026-06-22T01:06:43.6288084Z Runner group name: 'Default'
2026-06-22T01:06:43.6288721Z Machine name: 'KITSUBITO'
2026-06-22T01:06:43.6290766Z ##[group]GITHUB_TOKEN Permissions
2026-06-22T01:06:43.6292537Z Contents: read
2026-06-22T01:06:43.6292937Z Metadata: read
2026-06-22T01:06:43.6293304Z Packages: read
2026-06-22T01:06:43.6293667Z ##[endgroup]
2026-06-22T01:06:43.6295239Z Secret source: Actions
2026-06-22T01:06:43.6295735Z Prepare workflow directory
2026-06-22T01:06:43.6652832Z Prepare all required actions
2026-06-22T01:06:43.6681236Z Getting action download info
2026-06-22T01:06:44.0188890Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-22T01:06:44.5197091Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-22T01:06:44.6042187Z ##[group]Run actions/checkout@v5
2026-06-22T01:06:44.6042935Z with:
2026-06-22T01:06:44.6043296Z   fetch-depth: 0
2026-06-22T01:06:44.6043714Z   repository: SaberMage/spt-core
2026-06-22T01:06:44.6047115Z   token: ***
2026-06-22T01:06:44.6047478Z   ssh-strict: true
2026-06-22T01:06:44.6047849Z   ssh-user: git
2026-06-22T01:06:44.6048216Z   persist-credentials: true
2026-06-22T01:06:44.6048606Z   clean: true
2026-06-22T01:06:44.6049057Z   sparse-checkout-cone-mode: true
2026-06-22T01:06:44.6049520Z   fetch-tags: false
2026-06-22T01:06:44.6049877Z   show-progress: true
2026-06-22T01:06:44.6050229Z   lfs: false
2026-06-22T01:06:44.6050573Z   submodules: false
2026-06-22T01:06:44.6050936Z   set-safe-directory: true
2026-06-22T01:06:44.6051535Z ##[endgroup]
2026-06-22T01:06:44.6866137Z Syncing repository: SaberMage/spt-core
2026-06-22T01:06:44.6867597Z ##[group]Getting Git version info
2026-06-22T01:06:44.6868289Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-22T01:06:44.6869282Z [command]/usr/bin/git version
2026-06-22T01:06:44.6895343Z git version 2.43.0
2026-06-22T01:06:44.6913601Z ##[endgroup]
2026-06-22T01:06:44.6925328Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ff79954b-f182-4704-ae4c-fba2866d543a' before making global git config changes
2026-06-22T01:06:44.6926586Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T01:06:44.6928764Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T01:06:44.6961780Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-22T01:06:44.6981826Z https://github.com/SaberMage/spt-core
2026-06-22T01:06:44.6992071Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T01:06:44.6995063Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T01:06:44.7013035Z HEAD
2026-06-22T01:06:44.7043538Z ##[endgroup]
2026-06-22T01:06:44.7045407Z [command]/usr/bin/git submodule status
2026-06-22T01:06:44.7227287Z ##[group]Cleaning the repository
2026-06-22T01:06:44.7230420Z [command]/usr/bin/git clean -ffdx
2026-06-22T01:06:45.4527081Z Removing target/
2026-06-22T01:06:45.4535933Z [command]/usr/bin/git reset --hard HEAD
2026-06-22T01:06:45.4592022Z HEAD is now at 2d91d4d1d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:06:45.4597700Z ##[endgroup]
2026-06-22T01:06:45.4600128Z ##[group]Disabling automatic garbage collection
2026-06-22T01:06:45.4603478Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T01:06:45.4632853Z ##[endgroup]
2026-06-22T01:06:45.4633880Z ##[group]Setting up auth
2026-06-22T01:06:45.4638208Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T01:06:45.4666079Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T01:06:45.4856721Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T01:06:45.4884312Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T01:06:45.5070447Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T01:06:45.5097090Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T01:06:45.5281720Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T01:06:45.5311114Z ##[endgroup]
2026-06-22T01:06:45.5312729Z ##[group]Fetching the repository
2026-06-22T01:06:45.5319069Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +0d90debd9c55d60180d11f668b3d5c33b11fee49:refs/remotes/pull/27/merge
2026-06-22T01:06:46.1479716Z From https://github.com/SaberMage/spt-core
2026-06-22T01:06:46.1480638Z    b8ec32b2c..932359311  viewer-drain-decouple-b4                 -> origin/viewer-drain-decouple-b4
2026-06-22T01:06:46.1481468Z  + d45d771fc...1e2e2f78f wedge-trace-v4                           -> origin/wedge-trace-v4  (forced update)
2026-06-22T01:06:46.1490554Z  + 2d91d4d1d...0d90debd9 0d90debd9c55d60180d11f668b3d5c33b11fee49 -> pull/27/merge  (forced update)
2026-06-22T01:06:46.1523380Z ##[endgroup]
2026-06-22T01:06:46.1524099Z ##[group]Determining the checkout info
2026-06-22T01:06:46.1525073Z ##[endgroup]
2026-06-22T01:06:46.1529233Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T01:06:46.1565906Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T01:06:46.1589931Z ##[group]Checking out the ref
2026-06-22T01:06:46.1592380Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-22T01:06:46.1669169Z Warning: you are leaving 2 commits behind, not connected to
2026-06-22T01:06:46.1670020Z any of your branches:
2026-06-22T01:06:46.1670254Z 
2026-06-22T01:06:46.1670654Z   2d91d4d1d Merge d45d771fcc1b3bb19e2ceb96131f97f30c8f2782 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:06:46.1671675Z   d45d771fc diag(g2): instrument the inject-floor flush + output_contains_within reader for forkpty root-localization (repro-first, do-not-merge)
2026-06-22T01:06:46.1672379Z 
2026-06-22T01:06:46.1672659Z If you want to keep them by creating a new branch, this may be a good time
2026-06-22T01:06:46.1673122Z to do so with:
2026-06-22T01:06:46.1673298Z 
2026-06-22T01:06:46.1673497Z  git branch <new-branch-name> 2d91d4d1d
2026-06-22T01:06:46.1673803Z 
2026-06-22T01:06:46.1674285Z HEAD is now at 0d90debd9 Merge 1e2e2f78f49042ded9889d8482b7a52186bff1c5 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T01:06:46.1680301Z ##[endgroup]
2026-06-22T01:06:46.1716301Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T01:06:46.1741482Z 0d90debd9c55d60180d11f668b3d5c33b11fee49
2026-06-22T01:06:46.1914626Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-22T01:06:46.1915225Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-22T01:06:46.1930621Z shell: /usr/bin/bash -e {0}
2026-06-22T01:06:46.1930936Z ##[endgroup]
2026-06-22T01:06:46.2030086Z ##[group]Run set -euo pipefail
2026-06-22T01:06:46.2030501Z [36;1mset -euo pipefail[0m
2026-06-22T01:06:46.2030915Z [36;1mPIN=0c95435[0m
2026-06-22T01:06:46.2031315Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T01:06:46.2031636Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T01:06:46.2032062Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T01:06:46.2032609Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T01:06:46.2033149Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T01:06:46.2033646Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T01:06:46.2034140Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T01:06:46.2034471Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T01:06:46.2034885Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T01:06:46.2035335Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T01:06:46.2035621Z [36;1mfi[0m
2026-06-22T01:06:46.2036006Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T01:06:46.2050026Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T01:06:46.2050406Z env:
2026-06-22T01:06:46.2050668Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T01:06:46.2050959Z ##[endgroup]
2026-06-22T01:06:46.4999850Z    Compiling proc-macro2 v1.0.106
2026-06-22T01:06:46.5000699Z    Compiling quote v1.0.45
2026-06-22T01:06:46.5001386Z    Compiling unicode-ident v1.0.24
2026-06-22T01:06:46.5001816Z    Compiling libc v0.2.186
2026-06-22T01:06:46.5002159Z    Compiling serde_core v1.0.228
2026-06-22T01:06:46.5002573Z    Compiling cfg-if v1.0.4
2026-06-22T01:06:46.5067574Z    Compiling serde v1.0.228
2026-06-22T01:06:46.5068225Z    Compiling log v0.4.32
2026-06-22T01:06:46.5113688Z    Compiling pin-project-lite v0.2.17
2026-06-22T01:06:46.5130845Z    Compiling typenum v1.20.1
2026-06-22T01:06:46.5131795Z    Compiling portable-atomic v1.13.1
2026-06-22T01:06:46.5132416Z    Compiling memchr v2.8.1
2026-06-22T01:06:46.5183929Z    Compiling version_check v0.9.5
2026-06-22T01:06:46.5295296Z    Compiling find-msvc-tools v0.1.9
2026-06-22T01:06:46.5360355Z    Compiling critical-section v1.2.0
2026-06-22T01:06:46.5691294Z    Compiling shlex v2.0.1
2026-06-22T01:06:46.5941633Z    Compiling futures-core v0.3.32
2026-06-22T01:06:46.6014412Z    Compiling subtle v2.6.1
2026-06-22T01:06:46.6501303Z    Compiling bytes v1.11.1
2026-06-22T01:06:46.7411803Z    Compiling smallvec v1.15.1
2026-06-22T01:06:46.7831337Z    Compiling equivalent v1.0.2
2026-06-22T01:06:46.7961054Z    Compiling itoa v1.0.18
2026-06-22T01:06:46.8231770Z    Compiling semver v1.0.28
2026-06-22T01:06:46.8507502Z    Compiling stable_deref_trait v1.2.1
2026-06-22T01:06:46.8509063Z    Compiling futures-sink v0.3.32
2026-06-22T01:06:46.8759498Z    Compiling futures-io v0.3.32
2026-06-22T01:06:46.8966781Z    Compiling slab v0.4.12
2026-06-22T01:06:46.9509493Z    Compiling generic-array v0.14.7
2026-06-22T01:06:46.9625222Z    Compiling futures-channel v0.3.32
2026-06-22T01:06:46.9661553Z    Compiling futures-task v0.3.32
2026-06-22T01:06:46.9786525Z    Compiling hashbrown v0.17.1
2026-06-22T01:06:47.0041359Z    Compiling bitflags v2.12.1
2026-06-22T01:06:47.0512943Z    Compiling rustversion v1.0.22
2026-06-22T01:06:47.1139179Z    Compiling rustc_version v0.4.1
2026-06-22T01:06:47.1661025Z    Compiling cpufeatures v0.2.17
2026-06-22T01:06:47.1801082Z    Compiling fnv v1.0.7
2026-06-22T01:06:47.1922344Z    Compiling rand_core v0.10.1
2026-06-22T01:06:47.2129106Z    Compiling cfg_aliases v0.2.1
2026-06-22T01:06:47.2480815Z    Compiling strsim v0.11.1
2026-06-22T01:06:47.2731031Z    Compiling writeable v0.6.3
2026-06-22T01:06:47.2771013Z    Compiling litemap v0.8.2
2026-06-22T01:06:47.3020764Z    Compiling icu_properties_data v2.2.0
2026-06-22T01:06:47.3651116Z    Compiling utf8_iter v1.0.4
2026-06-22T01:06:47.4941699Z    Compiling getrandom v0.4.2
2026-06-22T01:06:47.5150640Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T01:06:47.5201980Z    Compiling fs_extra v1.3.0
2026-06-22T01:06:47.5253480Z    Compiling ident_case v1.0.1
2026-06-22T01:06:47.5342021Z    Compiling dunce v1.0.5
2026-06-22T01:06:47.6177887Z    Compiling autocfg v1.5.1
2026-06-22T01:06:47.7496779Z    Compiling percent-encoding v2.3.2
2026-06-22T01:06:47.7721326Z    Compiling http v1.4.1
2026-06-22T01:06:47.7815919Z    Compiling cpufeatures v0.3.0
2026-06-22T01:06:47.8000815Z    Compiling thiserror v2.0.18
2026-06-22T01:06:47.8381024Z    Compiling unicode-segmentation v1.13.3
2026-06-22T01:06:47.8520702Z    Compiling syn v2.0.117
2026-06-22T01:06:47.8590726Z    Compiling aws-lc-rs v1.17.0
2026-06-22T01:06:47.8703978Z    Compiling indexmap v2.14.0
2026-06-22T01:06:47.9272030Z    Compiling scopeguard v1.2.0
2026-06-22T01:06:47.9360774Z    Compiling form_urlencoded v1.2.2
2026-06-22T01:06:47.9398264Z    Compiling chacha20 v0.10.0
2026-06-22T01:06:48.0156044Z    Compiling lock_api v0.4.14
2026-06-22T01:06:48.0340693Z    Compiling untrusted v0.9.0
2026-06-22T01:06:48.0440755Z    Compiling rustls v0.23.40
2026-06-22T01:06:48.1550854Z    Compiling heck v0.5.0
2026-06-22T01:06:48.1785983Z    Compiling unicode-xid v0.2.6
2026-06-22T01:06:48.1790904Z    Compiling const-oid v0.10.2
2026-06-22T01:06:48.1871352Z    Compiling anyhow v1.0.102
2026-06-22T01:06:48.2090556Z    Compiling atomic-waker v1.1.2
2026-06-22T01:06:48.2620503Z    Compiling parking_lot_core v0.9.12
2026-06-22T01:06:48.2900485Z    Compiling zerocopy v0.8.50
2026-06-22T01:06:48.3118646Z    Compiling httparse v1.10.1
2026-06-22T01:06:48.3280607Z    Compiling paste v1.0.15
2026-06-22T01:06:48.3462192Z    Compiling convert_case v0.10.0
2026-06-22T01:06:48.3600679Z    Compiling num-traits v0.2.19
2026-06-22T01:06:48.4120696Z    Compiling hybrid-array v0.4.12
2026-06-22T01:06:48.4709760Z    Compiling jobserver v0.1.34
2026-06-22T01:06:48.5025868Z    Compiling curve25519-dalek v4.1.3
2026-06-22T01:06:48.5467319Z    Compiling ahash v0.8.12
2026-06-22T01:06:48.5885859Z    Compiling either v1.16.0
2026-06-22T01:06:48.6762509Z    Compiling base64ct v1.8.3
2026-06-22T01:06:48.7164490Z    Compiling fastrand v2.4.1
2026-06-22T01:06:48.7294354Z    Compiling powerfmt v0.2.0
2026-06-22T01:06:48.7850910Z    Compiling crypto-common v0.1.7
2026-06-22T01:06:48.8092136Z    Compiling cc v1.2.63
2026-06-22T01:06:48.8092870Z    Compiling block-buffer v0.10.4
2026-06-22T01:06:48.9200734Z    Compiling mio v1.2.1
2026-06-22T01:06:48.9298729Z    Compiling socket2 v0.6.4
2026-06-22T01:06:48.9410956Z    Compiling getrandom v0.2.17
2026-06-22T01:06:49.0153098Z    Compiling digest v0.10.7
2026-06-22T01:06:49.0310400Z    Compiling http-body v1.0.1
2026-06-22T01:06:49.0483472Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T01:06:49.1210642Z    Compiling rand_core v0.6.4
2026-06-22T01:06:49.1632287Z    Compiling rand v0.10.1
2026-06-22T01:06:49.1906388Z    Compiling deranged v0.5.8
2026-06-22T01:06:49.2505051Z    Compiling try-lock v0.2.5
2026-06-22T01:06:49.2878034Z    Compiling base64 v0.22.1
2026-06-22T01:06:49.3100936Z    Compiling num-conv v0.2.2
2026-06-22T01:06:49.3561125Z    Compiling tinyvec_macros v0.1.1
2026-06-22T01:06:49.3830586Z    Compiling pkg-config v0.3.33
2026-06-22T01:06:49.4310711Z    Compiling tower-service v0.3.3
2026-06-22T01:06:49.4821613Z    Compiling vcpkg v0.2.15
2026-06-22T01:06:49.5030860Z    Compiling data-encoding v2.11.0
2026-06-22T01:06:49.5070503Z    Compiling zmij v1.0.21
2026-06-22T01:06:49.5203932Z    Compiling time-core v0.1.8
2026-06-22T01:06:49.5614255Z    Compiling parking_lot v0.12.5
2026-06-22T01:06:49.6770562Z    Compiling tinyvec v1.11.0
2026-06-22T01:06:49.7320506Z    Compiling want v0.3.1
2026-06-22T01:06:49.7900905Z    Compiling sha2 v0.10.9
2026-06-22T01:06:49.8160656Z    Compiling crypto-common v0.2.2
2026-06-22T01:06:49.8331253Z    Compiling block-buffer v0.12.0
2026-06-22T01:06:49.9370565Z    Compiling inout v0.1.4
2026-06-22T01:06:50.0620713Z    Compiling cmake v0.1.58
2026-06-22T01:06:50.1150048Z    Compiling vergen-lib v9.1.0
2026-06-22T01:06:50.1180607Z    Compiling n0-future v0.3.2
2026-06-22T01:06:50.1511729Z    Compiling crossbeam-utils v0.8.21
2026-06-22T01:06:50.2740625Z    Compiling signature v2.2.0
2026-06-22T01:06:50.2830418Z    Compiling parking v2.2.1
2026-06-22T01:06:50.3024801Z    Compiling diatomic-waker v0.2.3
2026-06-22T01:06:50.3186334Z    Compiling serde_json v1.0.150
2026-06-22T01:06:50.3702771Z    Compiling cordyceps v0.3.4
2026-06-22T01:06:50.3916274Z    Compiling winnow v1.0.3
2026-06-22T01:06:50.4291941Z    Compiling httpdate v1.0.3
2026-06-22T01:06:50.4385995Z    Compiling spin v0.10.0
2026-06-22T01:06:50.4947809Z    Compiling futures-lite v2.6.1
2026-06-22T01:06:50.5121048Z    Compiling ed25519 v2.2.3
2026-06-22T01:06:50.5380880Z    Compiling cipher v0.4.4
2026-06-22T01:06:50.5797543Z    Compiling netlink-packet-core v0.8.1
2026-06-22T01:06:50.6540722Z    Compiling futures-buffered v0.2.13
2026-06-22T01:06:50.6720387Z    Compiling universal-hash v0.5.1
2026-06-22T01:06:50.7090957Z    Compiling vergen-lib v0.1.6
2026-06-22T01:06:50.7228419Z    Compiling vergen v9.1.0
2026-06-22T01:06:50.7454521Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T01:06:50.7580343Z    Compiling heapless v0.7.17
2026-06-22T01:06:50.7796615Z    Compiling noq-udp v0.10.0
2026-06-22T01:06:50.8034870Z    Compiling sync_wrapper v1.0.2
2026-06-22T01:06:50.8869721Z    Compiling digest v0.11.3
2026-06-22T01:06:50.9086551Z    Compiling opaque-debug v0.3.1
2026-06-22T01:06:50.9215458Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T01:06:50.9247687Z    Compiling allocator-api2 v0.2.21
2026-06-22T01:06:50.9248311Z    Compiling byteorder v1.5.0
2026-06-22T01:06:50.9841074Z    Compiling polyval v0.6.2
2026-06-22T01:06:51.0711872Z    Compiling spin v0.9.8
2026-06-22T01:06:51.0810567Z    Compiling vergen-gitcl v1.0.8
2026-06-22T01:06:51.0973173Z    Compiling fallible-iterator v0.3.0
2026-06-22T01:06:51.1444392Z    Compiling hash32 v0.2.1
2026-06-22T01:06:51.1607895Z    Compiling aws-lc-sys v0.41.0
2026-06-22T01:06:51.1840423Z    Compiling ring v0.17.14
2026-06-22T01:06:51.1880668Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T01:06:51.2556444Z    Compiling num_threads v0.1.7
2026-06-22T01:06:51.2713630Z    Compiling tower-layer v0.3.3
2026-06-22T01:06:51.3617061Z    Compiling ryu v1.0.23
2026-06-22T01:06:51.3880445Z    Compiling signature v3.0.0
2026-06-22T01:06:51.4256848Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T01:06:51.4520511Z    Compiling time v0.3.47
2026-06-22T01:06:51.4884402Z    Compiling ghash v0.5.1
2026-06-22T01:06:51.5160797Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T01:06:51.5316171Z    Compiling ctr v0.9.2
2026-06-22T01:06:51.5872448Z    Compiling aes v0.8.4
2026-06-22T01:06:51.5893938Z    Compiling http-body-util v0.1.3
2026-06-22T01:06:51.5910727Z    Compiling fs2 v0.4.3
2026-06-22T01:06:51.6180636Z    Compiling aead v0.5.2
2026-06-22T01:06:51.7400739Z    Compiling openssl-probe v0.2.1
2026-06-22T01:06:51.7540341Z    Compiling crossbeam-channel v0.5.15
2026-06-22T01:06:51.8250653Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T01:06:51.8410576Z    Compiling blake3 v1.8.5
2026-06-22T01:06:51.8910867Z    Compiling netlink-packet-route v0.29.0
2026-06-22T01:06:51.9466621Z    Compiling uuid v1.23.2
2026-06-22T01:06:52.1591909Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T01:06:52.2490635Z    Compiling aes-gcm v0.10.3
2026-06-22T01:06:52.2530707Z    Compiling memoffset v0.6.5
2026-06-22T01:06:52.3330675Z    Compiling acto v0.8.2
2026-06-22T01:06:52.3765070Z    Compiling noq v0.18.0
2026-06-22T01:06:52.4067612Z    Compiling netwatch v0.16.0
2026-06-22T01:06:52.4320926Z    Compiling rustc-hash v2.1.2
2026-06-22T01:06:52.4511168Z    Compiling foldhash v0.2.0
2026-06-22T01:06:52.4625439Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T01:06:52.5185195Z    Compiling mac-addr v0.3.0
2026-06-22T01:06:52.5460637Z    Compiling thiserror v1.0.69
2026-06-22T01:06:52.6311008Z    Compiling synstructure v0.13.2
2026-06-22T01:06:52.6471470Z    Compiling darling_core v0.20.11
2026-06-22T01:06:52.6533480Z    Compiling ref-cast v1.0.25
2026-06-22T01:06:52.6653630Z    Compiling xml-rs v0.8.28
2026-06-22T01:06:52.7370576Z    Compiling tagptr v0.2.0
2026-06-22T01:06:52.8594049Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T01:06:52.8788439Z    Compiling rustix v1.1.4
2026-06-22T01:06:52.9431174Z    Compiling identity-hash v0.1.0
2026-06-22T01:06:52.9681010Z    Compiling lru-slab v0.1.2
2026-06-22T01:06:53.1211730Z    Compiling hashbrown v0.16.1
2026-06-22T01:06:53.1260605Z    Compiling serde_derive_internals v0.29.1
2026-06-22T01:06:53.2636775Z    Compiling netlink-packet-route v0.30.0
2026-06-22T01:06:53.3890707Z    Compiling ioctl-rs v0.1.6
2026-06-22T01:06:53.5000719Z    Compiling xmltree v0.10.3
2026-06-22T01:06:53.7172571Z    Compiling proc-macro-crate v3.5.0
2026-06-22T01:06:53.7945437Z    Compiling errno v0.3.14
2026-06-22T01:06:53.9058069Z    Compiling serial-core v0.4.0
2026-06-22T01:06:53.9484679Z    Compiling termios v0.2.2
2026-06-22T01:06:53.9801202Z    Compiling aho-corasick v1.1.4
2026-06-22T01:06:54.0434069Z    Compiling simple-dns v0.9.3
2026-06-22T01:06:54.0819524Z    Compiling constant_time_eq v0.4.2
2026-06-22T01:06:54.1359080Z    Compiling resolv-conf v0.7.6
2026-06-22T01:06:54.2637115Z    Compiling linux-raw-sys v0.12.1
2026-06-22T01:06:54.2940705Z    Compiling toml_write v0.1.2
2026-06-22T01:06:54.3246808Z    Compiling arrayref v0.3.9
2026-06-22T01:06:54.3333558Z    Compiling arrayvec v0.7.6
2026-06-22T01:06:54.3381251Z    Compiling simdutf8 v0.1.5
2026-06-22T01:06:54.3771447Z    Compiling winnow v0.7.15
2026-06-22T01:06:54.3893703Z    Compiling regex-syntax v0.8.10
2026-06-22T01:06:54.4986472Z    Compiling smol_str v0.1.24
2026-06-22T01:06:54.5470820Z    Compiling sha1_smol v1.0.1
2026-06-22T01:06:54.6240536Z    Compiling signal-hook v0.3.18
2026-06-22T01:06:54.7130950Z    Compiling serde_derive v1.0.228
2026-06-22T01:06:54.7352411Z    Compiling zeroize_derive v1.4.3
2026-06-22T01:06:54.7829243Z    Compiling tokio-macros v2.7.0
2026-06-22T01:06:54.7950596Z    Compiling zerofrom-derive v0.1.7
2026-06-22T01:06:55.3370552Z    Compiling zeroize v1.8.2
2026-06-22T01:06:55.4130731Z    Compiling futures-macro v0.3.32
2026-06-22T01:06:55.4640701Z    Compiling tokio v1.52.3
2026-06-22T01:06:55.5304900Z    Compiling yoke-derive v0.8.2
2026-06-22T01:06:56.0370571Z    Compiling zerovec-derive v0.11.3
2026-06-22T01:06:56.2618877Z    Compiling zerofrom v0.1.8
2026-06-22T01:06:56.3210474Z    Compiling futures-util v0.3.32
2026-06-22T01:06:56.3842110Z    Compiling displaydoc v0.2.6
2026-06-22T01:06:56.6586903Z    Compiling tracing-attributes v0.1.31
2026-06-22T01:06:56.7010826Z    Compiling rustls-pki-types v1.14.1
2026-06-22T01:06:56.8860710Z    Compiling yoke v0.8.3
2026-06-22T01:06:57.0803605Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T01:06:57.1790944Z    Compiling thiserror-impl v2.0.18
2026-06-22T01:06:57.3052218Z    Compiling zerotrie v0.2.4
2026-06-22T01:06:57.6095718Z    Compiling darling_macro v0.20.11
2026-06-22T01:06:57.6950494Z    Compiling derive_more-impl v2.1.1
2026-06-22T01:06:57.7291067Z    Compiling zerovec v0.11.6
2026-06-22T01:06:57.7600740Z    Compiling n0-error-macros v0.1.3
2026-06-22T01:06:57.9877454Z    Compiling darling v0.20.11
2026-06-22T01:06:58.0670339Z    Compiling derive_builder_core v0.20.2
2026-06-22T01:06:58.1065004Z    Compiling spez v0.1.2
2026-06-22T01:06:58.4335385Z    Compiling der v0.8.0-rc.10
2026-06-22T01:06:58.5481033Z    Compiling tinystr v0.8.3
2026-06-22T01:06:58.7750896Z    Compiling icu_locale_core v2.2.0
2026-06-22T01:06:58.8529820Z    Compiling potential_utf v0.1.5
2026-06-22T01:06:59.0277522Z    Compiling icu_collections v2.2.0
2026-06-22T01:06:59.0365491Z    Compiling n0-error v0.1.3
2026-06-22T01:06:59.1540716Z    Compiling pin-project-internal v1.1.13
2026-06-22T01:06:59.4195693Z    Compiling cobs v0.3.0
2026-06-22T01:06:59.4858840Z    Compiling derive_builder_macro v0.20.2
2026-06-22T01:06:59.6421040Z    Compiling postcard-derive v0.2.2
2026-06-22T01:06:59.8079175Z    Compiling derive_builder v0.20.2
2026-06-22T01:06:59.8678514Z    Compiling spki v0.8.0-rc.4
2026-06-22T01:07:00.0510476Z    Compiling icu_provider v2.2.0
2026-06-22T01:07:00.0760594Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T01:07:00.2031134Z    Compiling ipnet v2.12.0
2026-06-22T01:07:00.2661429Z    Compiling futures-executor v0.3.32
2026-06-22T01:07:00.3339063Z    Compiling icu_properties v2.2.0
2026-06-22T01:07:00.3654118Z    Compiling icu_normalizer v2.2.0
2026-06-22T01:07:00.4299542Z    Compiling ed25519-dalek v2.2.0
2026-06-22T01:07:00.4791010Z    Compiling futures v0.3.32
2026-06-22T01:07:00.5269320Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T01:07:00.5971119Z    Compiling prefix-trie v0.8.4
2026-06-22T01:07:00.6611327Z    Compiling pin-project v1.1.13
2026-06-22T01:07:00.7281120Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T01:07:00.9789174Z    Compiling once_cell v1.21.4
2026-06-22T01:07:01.0686089Z    Compiling tokio-util v0.7.18
2026-06-22T01:07:01.0780501Z    Compiling netlink-sys v0.8.8
2026-06-22T01:07:01.2387075Z    Compiling tracing-core v0.1.36
2026-06-22T01:07:01.2790777Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T01:07:01.3836690Z    Compiling postcard v1.1.3
2026-06-22T01:07:01.3931636Z    Compiling tower v0.5.3
2026-06-22T01:07:01.5012797Z    Compiling hashbrown v0.14.5
2026-06-22T01:07:01.7517614Z    Compiling idna_adapter v1.2.2
2026-06-22T01:07:01.8333343Z    Compiling tracing v0.1.44
2026-06-22T01:07:01.8704213Z    Compiling idna v1.1.0
2026-06-22T01:07:01.8793073Z    Compiling data-encoding-macro v0.1.20
2026-06-22T01:07:01.9580596Z    Compiling rustls-native-certs v0.8.4
2026-06-22T01:07:02.0081304Z    Compiling async-trait v0.1.89
2026-06-22T01:07:02.1331582Z    Compiling h2 v0.4.14
2026-06-22T01:07:02.1811192Z    Compiling strum_macros v0.28.0
2026-06-22T01:07:02.2131883Z    Compiling enum-assoc v1.3.0
2026-06-22T01:07:02.2360372Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T01:07:02.2920691Z    Compiling derive_more v2.1.1
2026-06-22T01:07:02.4053608Z    Compiling url v2.5.8
2026-06-22T01:07:02.4205309Z    Compiling hashlink v0.9.1
2026-06-22T01:07:02.4471165Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T01:07:02.5470882Z    Compiling num_enum_derive v0.7.6
2026-06-22T01:07:02.7211087Z    Compiling iroh-metrics v0.38.3
2026-06-22T01:07:02.8050397Z    Compiling n0-watcher v0.6.1
2026-06-22T01:07:02.8130851Z    Compiling rusqlite v0.32.1
2026-06-22T01:07:02.8302714Z    Compiling iroh-relay v0.98.0
2026-06-22T01:07:02.8934145Z    Compiling tokio-stream v0.1.18
2026-06-22T01:07:03.0661066Z    Compiling netlink-proto v0.12.0
2026-06-22T01:07:03.0701045Z    Compiling netdev v0.42.0
2026-06-22T01:07:03.0834878Z    Compiling moka v0.12.15
2026-06-22T01:07:03.1269588Z    Compiling toml_datetime v0.6.11
2026-06-22T01:07:03.1646072Z    Compiling serde_spanned v0.6.9
2026-06-22T01:07:03.3146920Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T01:07:03.3290692Z    Compiling iroh-base v0.98.0
2026-06-22T01:07:03.3560853Z    Compiling attohttpc v0.30.1
2026-06-22T01:07:03.5460746Z    Compiling tower-http v0.6.11
2026-06-22T01:07:03.5651856Z    Compiling thiserror-impl v1.0.69
2026-06-22T01:07:03.6910762Z    Compiling num_enum v0.7.6
2026-06-22T01:07:03.7710644Z    Compiling ref-cast-impl v1.0.25
2026-06-22T01:07:03.8634894Z    Compiling toml_edit v0.22.27
2026-06-22T01:07:04.0015210Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T01:07:04.1571168Z    Compiling webpki-roots v1.0.7
2026-06-22T01:07:04.2410427Z    Compiling regex-automata v0.4.14
2026-06-22T01:07:04.3700707Z    Compiling schemars_derive v1.2.1
2026-06-22T01:07:04.4148701Z    Compiling serial-unix v0.4.0
2026-06-22T01:07:04.6506617Z    Compiling signal-hook-registry v1.4.8
2026-06-22T01:07:04.7130330Z    Compiling lru v0.16.4
2026-06-22T01:07:04.8495453Z    Compiling darling_core v0.23.0
2026-06-22T01:07:04.9151195Z    Compiling serde_bytes v0.11.19
2026-06-22T01:07:04.9393354Z    Compiling hmac v0.12.1
2026-06-22T01:07:04.9571874Z    Compiling seize v0.5.1
2026-06-22T01:07:04.9960075Z    Compiling iroh v0.98.2
2026-06-22T01:07:05.0700310Z    Compiling strum v0.28.0
2026-06-22T01:07:05.1311100Z    Compiling utf8parse v0.2.2
2026-06-22T01:07:05.1751896Z    Compiling iroh-dns v0.98.0
2026-06-22T01:07:05.2070783Z    Compiling rustix v0.38.44
2026-06-22T01:07:05.2133095Z    Compiling bitflags v1.3.2
2026-06-22T01:07:05.2261410Z    Compiling cmov v0.5.4
2026-06-22T01:07:05.2690549Z    Compiling dyn-clone v1.0.20
2026-06-22T01:07:05.3111142Z    Compiling pin-utils v0.1.0
2026-06-22T01:07:05.3680651Z    Compiling nix v0.25.1
2026-06-22T01:07:05.3871250Z    Compiling papaya v0.2.4
2026-06-22T01:07:05.4211026Z    Compiling anstyle-parse v1.0.0
2026-06-22T01:07:05.4810622Z    Compiling ctutils v0.4.2
2026-06-22T01:07:05.4812002Z    Compiling filedescriptor v0.8.3
2026-06-22T01:07:05.5971252Z    Compiling hkdf v0.12.4
2026-06-22T01:07:05.7177769Z    Compiling serial v0.4.0
2026-06-22T01:07:05.7243492Z    Compiling backon v1.6.0
2026-06-22T01:07:05.7280866Z    Compiling foldhash v0.1.5
2026-06-22T01:07:05.7584547Z    Compiling shell-words v1.1.1
2026-06-22T01:07:05.7981825Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T01:07:05.8940333Z    Compiling downcast-rs v1.2.1
2026-06-22T01:07:05.9141010Z    Compiling anstyle-query v1.1.5
2026-06-22T01:07:05.9201155Z    Compiling linux-raw-sys v0.4.15
2026-06-22T01:07:05.9572909Z    Compiling anstyle v1.0.14
2026-06-22T01:07:05.9669200Z    Compiling instability v0.3.12
2026-06-22T01:07:05.9701614Z    Compiling colorchoice v1.0.5
2026-06-22T01:07:05.9968690Z    Compiling signal-hook-mio v0.2.5
2026-06-22T01:07:06.0614538Z    Compiling hashbrown v0.15.5
2026-06-22T01:07:06.0711017Z    Compiling spake2 v0.4.0
2026-06-22T01:07:06.1022213Z    Compiling terminal_size v0.4.4
2026-06-22T01:07:06.1620664Z    Compiling strum_macros v0.26.4
2026-06-22T01:07:06.2411073Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T01:07:06.2462180Z    Compiling anstream v1.0.0
2026-06-22T01:07:06.4481959Z    Compiling schemars v1.2.1
2026-06-22T01:07:06.5683928Z    Compiling toml v0.8.23
2026-06-22T01:07:06.7681055Z    Compiling sha1 v0.10.6
2026-06-22T01:07:06.9500895Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T01:07:07.0830659Z    Compiling itertools v0.13.0
2026-06-22T01:07:07.5800688Z    Compiling regex v1.12.3
2026-06-22T01:07:07.7725690Z    Compiling castaway v0.2.4
2026-06-22T01:07:07.8697333Z    Compiling hyper v1.10.1
2026-06-22T01:07:07.8830264Z    Compiling indoc v2.0.7
2026-06-22T01:07:08.2100546Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T01:07:08.4420649Z    Compiling static_assertions v1.1.0
2026-06-22T01:07:08.5097604Z    Compiling clap_lex v1.1.0
2026-06-22T01:07:08.5693823Z    Compiling unicode-width v0.1.14
2026-06-22T01:07:08.6130543Z    Compiling darling_macro v0.23.0
2026-06-22T01:07:08.7600935Z    Compiling doctest-file v1.1.1
2026-06-22T01:07:08.8041104Z    Compiling clap_builder v4.6.0
2026-06-22T01:07:08.8850054Z    Compiling strum v0.26.3
2026-06-22T01:07:08.9667655Z    Compiling darling v0.23.0
2026-06-22T01:07:09.0032530Z    Compiling unicode-truncate v1.1.0
2026-06-22T01:07:09.0230879Z    Compiling compact_str v0.8.2
2026-06-22T01:07:09.0860786Z    Compiling crossterm v0.28.1
2026-06-22T01:07:09.1622569Z    Compiling lru v0.12.5
2026-06-22T01:07:09.1730394Z    Compiling clap_derive v4.6.1
2026-06-22T01:07:09.2530846Z    Compiling interprocess v2.4.2
2026-06-22T01:07:09.3370767Z    Compiling unicode-width v0.2.0
2026-06-22T01:07:09.5520943Z    Compiling portable-pty v0.8.1
2026-06-22T01:07:09.6476814Z    Compiling iana-time-zone v0.1.65
2026-06-22T01:07:09.6600557Z    Compiling cassowary v0.3.0
2026-06-22T01:07:09.9696119Z    Compiling hyper-util v0.1.20
2026-06-22T01:07:09.9824972Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T01:07:10.1531137Z    Compiling ratatui v0.29.0
2026-06-22T01:07:10.1677586Z    Compiling chrono v0.4.45
2026-06-22T01:07:10.4240310Z    Compiling nucleo-matcher v0.3.1
2026-06-22T01:07:10.6110818Z    Compiling qrcode v0.14.1
2026-06-22T01:07:10.7537100Z    Compiling tempfile v3.27.0
2026-06-22T01:07:11.2250882Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T01:07:11.5552373Z    Compiling clap v4.6.1
2026-06-22T01:07:12.0420402Z    Compiling igd-next v0.17.1
2026-06-22T01:07:13.1348503Z    Compiling portmapper v0.16.0
2026-06-22T01:07:18.3539372Z    Compiling rustls-webpki v0.103.13
2026-06-22T01:07:20.7003647Z    Compiling tokio-rustls v0.26.4
2026-06-22T01:07:20.7004778Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T01:07:20.7005586Z    Compiling noq-proto v0.17.0
2026-06-22T01:07:20.8366308Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T01:07:20.8366966Z    Compiling hyper-rustls v0.27.9
2026-06-22T01:07:20.8367425Z    Compiling tokio-websockets v0.13.2
2026-06-22T01:07:20.9649886Z    Compiling reqwest v0.13.4
2026-06-22T01:07:21.8656791Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T01:07:35.7483324Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T01:07:37.0759943Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T01:07:44.1451343Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T01:07:47.7750679Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-22T01:07:47.7977795Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T01:07:47.7990340Z 
2026-06-22T01:07:47.7990550Z running 1 test
2026-06-22T01:07:53.8838896Z test new_brain_serves_against_old_broker ... ok
2026-06-22T01:07:53.8840607Z 
2026-06-22T01:07:53.8841252Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-22T01:07:53.8841556Z 
2026-06-22T01:07:53.9056094Z Post job cleanup.
2026-06-22T01:07:53.9721247Z [command]/usr/bin/git version
2026-06-22T01:07:53.9753750Z git version 2.43.0
2026-06-22T01:07:53.9817562Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e162d304-7a61-4b57-aeec-824594d0c062' before making global git config changes
2026-06-22T01:07:53.9818206Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T01:07:53.9821183Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T01:07:53.9878494Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T01:07:53.9904491Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T01:07:54.0081102Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T01:07:54.0099742Z http.https://github.com/.extraheader
2026-06-22T01:07:54.0106158Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-22T01:07:54.0128809Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T01:07:54.0319827Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T01:07:54.0344772Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T01:07:54.0642533Z Cleaning up orphan processes
2026-06-22T01:07:54.1251278Z Terminate orphan process: pid (3890565) (spt)
